home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Interactive 7
/
PC World Interactive 7.iso
/
program
/
vbkontrol.exe
/
VBDLL15D.ZIP
/
RECDISP.FR_
/
RECDISP.FR
Wrap
Text File
|
1995-02-24
|
674b
|
33 lines
VERSION 2.00
Begin Form Form2
Caption = "Record Display Form"
ClientHeight = 3312
ClientLeft = 732
ClientTop = 2412
ClientWidth = 5316
Height = 3840
Left = 696
LinkTopic = "Form2"
ScaleHeight = 3312
ScaleWidth = 5316
Top = 1920
Width = 5388
Begin Menu mnuShowMain
Caption = "&Show Main Window"
End
End
Sub Form_Load ()
RecFormLoaded = True
End Sub
Sub Form_Unload (Cancel As Integer)
RecFormLoaded = False
End Sub
Sub mnuShowMain_Click ()
Form1.Show
End Sub